public ActionResult Delete(int?id) { int objVm = facade.DeleteGetEmployeeById(Convert.ToInt32(id)); return(RedirectToAction("Index")); }