public ActionResult DeleteDept1(string id)
 {
     objEmpBLL.DeleteDept1(id);
     return(RedirectToAction("GetDepts"));
 }