public int Insert(AspUser entity)
 {
     return(_repo.Insert(entity.ToGlobal()));
 }