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