public tblMüsteri musteriGetById(int id)
 {
     return(musteri.musteriGetir(id));
 }