public bool AracEkle(tblArac a) { try { arac.aracEkle(a); return(true); } catch (Exception) { return(false); } }