public JsonResult GetLeaveUser() { UserInfo us = Session["UserInfo"] as UserInfo; return(Json(leaveBLL.GetLeaveUser(us.UserID))); }