public string Delete(string id)
 {
     return(_repo.FindByIdAndRemove(id));
 }