public bool IsShowVkGroupButton() { if (!PreferencesSaver.IsEnterInVkGroup()) { return(true); } else { return(false); } }