public int SaveShipDetails(Ship ship) { ShipDAL shipBl = new ShipDAL(); return(shipBl.SaveShipDetails(ship)); }