public static List <Fleet> FleetMoveComplete(int UserID) { ShipDAL.FleetMoveComplete(); return(ShipDAL.GetUserFleets(UserID)); }