public ConfirmModel(ProjectStore store) { this.store = store; }
public ListModel(ProjectStore store) { this.store = store; }
public EditModel(ProjectStore store) { this.store = store; }
public UpdateModel(ProjectStore store) { this.store = store; }
public DeleteModel(ProjectStore store) { this.store = store; }