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