public Memo Select(int id, string sOperator = null) { return(_memorandumRepository.Select(id, sOperator)); }