public Comment GetOne(Expression <Func <Comment, bool> > filter) { return(_commentDal.GetOne(filter)); }