private bool AddStationToDatabase(T station)
 {
     return(DBHelper.AddStation(station));
 }