public ActionResult <string> Get(int id)
 {
     return(_flightsRepository.GetFlightCode(id));
 }