// Displaying all the Emplopye Personal Details
        public ActionResult GetDepts()
        {
            var dept = objEmpBLL.GetDepts();

            return(View(dept));
        }