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