public void Ekle([FromBody] Kullanici kullanici)
 {
     kullanici.Tarih = DateTime.Now;
     kullaniciBLL.Insert(kullanici);
 }