public async Task <ActionResult <int> > GetCount()
 {
     return(await _kitapService.Count());
 }