public DangKyGiayPhepController(IFileStore fileStore, IHoSoGiayPhepRepository gphdRepository, IDangKyHoatDongRepository dkhdRepository,
     IThongTinChungRespository ttcRespository, ILoaiHinhToChucRepository lhtcRepository, IToChucRepository tochucRespository,
     INangLucKeKhaiRespository nanglucRespository, IThietBiRepository thietbiRespository,
     INhanLucRepository nhanlucRespository, IHoatDongRepository hoatdongRespository,
     IBaoCaoHoatDongRepository baocaohdRespository, IBaoCaoCongTrinhRespository baocaoctRespository)
 {
     _fileStore = fileStore;
     _hsgpRepository = gphdRepository;
     _dkhdRespository = dkhdRepository;
     _ttcRespository = ttcRespository;
     _loaihinhtochucRepository = lhtcRepository;
     _tochucRespository = tochucRespository;
     _nanglucRespository = nanglucRespository;
     _thietbiRespository = thietbiRespository;
     _nhanlucRespository = nhanlucRespository;
     _hoatdongRespository = hoatdongRespository;
     _bchdRespository = baocaohdRespository;
     _bcctRespository = baocaoctRespository;
 }
 public BCCongTrinhController(BaoCaoCongTrinhRespository bcctRespository, BaoCaoHoatDongRespository bchdRespository)
 {
     this._bchdRepository = bchdRespository;
     this._bcctRepository = bcctRespository;
 }