public IHttpActionResult AddStation(LineStation station)
 {
     return(Ok(manager.AddStation(station)));
 }