public JsonResult DeleteEmployee(int id)
 {
     return(Json(empDB.DeleteEmplyee(id), JsonRequestBehavior.AllowGet));
 }