public IHttpActionResult GetShipPods() { try { return(Ok(ShipDAL.GetShipPods()));; } catch (Exception e) { return(InternalServerError(e)); } }