using System; namespace Aurora.Design.Views.Stations { public class StationsViewModel { public StationsViewModel() { } } }