public HomeController(IOhmValueCalculator ohm)
 {
     _ohm = ohm;
     _rt  = _ohm.CreateTable();
 }