public void ErrorMessage(int msg) { ErrorList err = new ErrorList(); MessageBox.Show(err.ErrorStr(msg), "Error", MessageBoxButtons.OK); }