public string get_marcaMedidor()
        {
            object loDatos;

            try
            {
                Cls_Negocio_Importacion_Lecturas objeto_negocio = new Cls_Negocio_Importacion_Lecturas();
                loDatos = objeto_negocio.Capa_Negocio_get_marcaMedidor();
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(_Serialize(loDatos, true));
        }