public Kullanici KullaniciGetir(int id)
 {
     return(KullaniciDAL.KisiIDBul(id));
 }