public ActionResult Company() { var company = _financialService.GetDefaultCompany(); return(View(company)); }