public int Guncelle(Uye entity)
 {
     return(_uyeDal.Guncelle(entity));
 }