public DataTable GetVoyages(int VesselId, int LocationID) { return(ImportBLDAL.GetVoyages(VesselId, LocationID)); }