public List <Kitaplar> GetKitapForChart()
 {
     return(dbSelect.GetKitapForChart());
 }