public ActionResult List() { IEnumerable <CVModel> dtos = _service.GetAll().Select(element => Convert(element)); return(View(dtos)); }