public HomeController()
 {
     converter = new FunctionLibrary();
     data      = converter.GetData();
 }