public ActionResult Details(int id)
        {
            var employe = emp.GetEmployess(id);

            return(View(employe));
        }