public bool SpeichereBuch(int Autoren_id, string ISBN, string Titel) { return(Data.SpeichereBuch(Autoren_id, ISBN, Titel)); }