public bool musteriDelete(tblMüsteri m)
 {
     return(musteri.musteriSil(m));
 }