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