public DataTable GetForward(String Buque, String Viaje)
 {
     try
     {
         return(BL_Cab_Direccionamiento.GetForward(Buque, Viaje));
     }
     catch (Exception ex)
     { throw ex; }
 }
 public Boolean SaveDepTemporal(DataTable _dt)
 {
     try
     {
         return(BL_Cab_Direccionamiento.SaveDepTemporal(_dt));
     }
     catch (Exception ex)
     { throw ex; }
 }