public override bool Equals(object obj)
 {
     lock (this)
     {
         return(_teacher.Equals(obj));
     }
 }