Um...I don't know if it is getting a little confused, but it's possible.
Why do you have a
using
statement for the current namespace? That is not something I have ever seen a need for:
using VirtualClassroom;
namespace VirtualClassroom
{
Try removing the
using
line and see if the problem goes away...