public List <Ship> GetAllShipForDropDown() { ShipDAL shipDal = new ShipDAL(); return(shipDal.GetAllShipForDropDown()); }