public bool Update(Uye entity)
 {
     _uyeRepo.Update(entity);
     return(true);
 }
 public void Update(Uye entity)
 {
     _uyeDAL.Update(entity);
 }