public DetailsPOCViewModel() { alert = new AlertItem("No shipments added yet", "Warning"); }
public FlowchartViewModel() { alert = new AlertItem("No shipments to show", "Warning"); ShipmentCount = 0; }