public HomeController(ILogger <HomeController> logger, IAsset it, IFinance finance, IAccount account, IHumanResource hr,
                       IResignation resignation)
 {
     _logger      = logger;
     _it          = it;
     _hr          = hr;
     _finance     = finance;
     _account     = account;
     _resignation = resignation;
 }
 public void Init(IHumanResource ihr, IEngineer ie)
 {
     this.ihr = ihr;
     this.ie  = ie;
 }
 public CompanyMenber(IHumanResource ihr, IEngineer ie)
 {
     this.ihr = ihr;
     this.ie  = ie;
 }