// GET: Icon
 public IActionResult Index()
 {
     return(View(_iconService.Get()));
 }