private void UnlockAllValues(object sender, EventArgs e) { MaidInfo maid = SelectedMaid; maid.SetAllLock(false); }