public string DeleteByKeeperId(int id)
 {
     return _repo.DeleteByKeepId (id);
 }