public SchoolUser GetUser(string Id)
 {
     return(_security.GetUser(Id));
 }