public IHttpActionResult GetirKullanici()
 {
     return(Ok(KullaniciDAL.getirKullaniciListesi()));
 }