public ActionResult Details(int id)
 {
     return(View(_lrepo.FindById(id)));
 }