public List <Seat> FindBy(Expression <Func <Seat, bool> > predicate) { return(seatRepository.FindBy(predicate)); }