public DefendantsComponent(IDefendantsRepository DefentantsRepository, IDefendantCaseLogRepository DefendantCaseLogRepository, IDefendantChargesRepository DefendantChargesRepository, IDefendantsDecisionRepository DefDec
                                   , IDefendantsSessionLogRepository DefSess)
        {
            this.DefentantsRepository       = DefentantsRepository;
            this.DefendantCaseLogRepository = DefendantCaseLogRepository;
            this.DefendantChargesRepository = DefendantChargesRepository;

            this.DefDec  = DefDec;
            this.DefSess = DefSess;
        }
 public DefendantsDecisionComponent(IDefendantsDecisionRepository DefRep)
 {
     this.DefendantsDecisionRepository = DefRep;
 }