public Administration FindAdmin(string id)
 {
     return(_repo.FindAdmin(id));
 }