public static string Insertar(string accion) { DRegistro_Acciones obj = new DRegistro_Acciones(); return(obj.Insertar(accion)); }