public List <OgrKitap> GetOgrKitapByKitapId(int Kitap_Id)
 {
     return(dbSelect.GetByIdOGRKitap(Kitap_Id));;
 }