// GET: Converter
 public ActionResult Index()
 {
     return(View(_converterService.GetConversionRatios()));
 }