public RouteViewModelBase()
 {
     Comments = new List<Comment>();
     StartPoint = new RouteMapPoint();
     EndPoint = new RouteMapPoint();
     Tags = new List<TagViewModel>();
 }
 public RouteViewModelBase()
 {
     Comments   = new List <Comment>();
     StartPoint = new RouteMapPoint();
     EndPoint   = new RouteMapPoint();
     Tags       = new List <TagViewModel>();
 }