public Manager GetManager(string name, string password)
 {
     return(repo.GetManager(name, password));
 }