public DeleteIndexesCommand(IndexesModel model) { this.model = model; }
public ResetIndexCommand(IndexesModel model) { this.model = model; }