public int CalculateManhattanDistance()
 {
     return(ship.CalculateManhattanDistance());
 }