protected void Page_Load(object sender, EventArgs e)
        {
            x           = StudentBLL.FindAboutId(Session["stuid"].ToString().Trim());
            Label2.Text = x.Name;

            Count.Text = VacationBLL.Count(a).ToString();
        }