public bool CheckboxChecked(string sg) { if (Checkbox == null) { return(false); } return(Checkbox.Contains(sg)); }