public AdminForm(InitForm master, MergeSortTask server, long id) { this.server = server; this.master = master; this.id = id; InitializeComponent(); }