public static string ConvertirOperador(Operadores_UniqueIdentifier ope)
 {
     return(ConvertirOperadores.ReturnValue(ope.ToString()));
 }
 public static string ConvertirOperador(Operadores_NText ope)
 {
     return(ConvertirOperadores.ReturnValue(ope.ToString()));
 }
 public static string ConvertirOperador(Operadores_SmallMoney ope)
 {
     return(ConvertirOperadores.ReturnValue(ope.ToString()));
 }