public ActionResult Delete1(string id)
 {
     objEmpBLL.DeleteEmp1(id);
     return(RedirectToAction("Index"));
 }