public HomeController(SvarbotBL svarbotBusL) { svarbotBL = svarbotBusL; }
public HomeController() { svarbotBL = new SvarbotBL(); }