public bool CancelBooking(int flatId, string comments) { return(db.CancelBooking(flatId, comments)); }