public TeamStatistic Get(Expression <Func <TeamStatistic, bool> > filter) { return(_teamStatistic.GetById(filter)); }