public async Task <Memo> SelectAsync(int id, string sOperator = null)
 {
     return(await _memorandumRepository.SelectAsync(id, sOperator));
 }