public Ship GetShipDetailsById(int shipId) { ShipDAL shipDal = new ShipDAL(); //Ship ship = new Ship(); return(shipDal.GetShipDetailsById(shipId)); }