public bool Update(int id, AspUser entity)
 {
     return(_repo.Update(id, entity.ToGlobal()));
 }