public void Delete(TarihKontrol t)
 {
     _tarihKontrolRepository.Delete(t);
 }
 public void Update(TarihKontrol t)
 {
     throw new System.NotImplementedException();
 }
 public void Create(TarihKontrol t)
 {
     _tarihKontrolRepository.Create(t);
 }