public TCollectionListViewModel (ICollectionPresentation presentation) : base (presentation, new TCollectionListModel ()) { TypeName = GetType ().Name; }
public TCollectionViewModel (ICollectionPresentation presentation) : base (presentation, new TCollectionModel (), useViewModel:true) { TypeName = GetType ().Name; }