private void NextMonth_Click(object sender, EventArgs e) { Months.ToNextMonth(); PresentMonth.Text = Months.ToString(); GenerateDaysForDateButtons(Months.iCurrent); }