public bool ModificarDBCabecera(cp_orden_giro_Info info) { try { return(data.ModificarDBCabecera(info)); } catch (Exception) { throw; } }