private void bunifuFlatButton1_Click(object sender, EventArgs e)
 {
     buttonSelector.Height = btnTuition.Height;
     buttonSelector.Top    = btnTuition.Top;
     d.Hide();
     o.Hide();
     UserControlAnimator.ShowSync(f);
 }
 private void btnOtherFees_Click(object sender, EventArgs e)
 {
     buttonSelector.Height = btnOtherFees.Height;
     buttonSelector.Top    = btnOtherFees.Top;
     d.Hide();
     f.Hide();
     UserControlAnimator.ShowSync(o);
 }
 private void bunifuFlatButton3_Click_1(object sender, EventArgs e)
 {
     buttonSelector.Height = btnOldBalance.Height;
     buttonSelector.Top    = btnOldBalance.Top;
     o.Hide();
     f.Hide();
     UserControlAnimator.ShowSync(d);
 }