public static Operation GetByCode(int code) { try { return(OperationRepository.GetByCode(code)); } catch (Exception ex) { throw ex; } }