public Institute FindInstituteByName(string name)
 {
     return _repo.FindInstituteByName(name);
 }