public Kitaplar GetKitapById(int id)
 {
     return(dbSelect.GetKitapById(id));
 }