public int Append(DataType entityDataType, string sOperator)
 {
     return(_DataTypeRepository.Append(entityDataType, sOperator));
 }