public Sys_ApplicationLogic(Sys_ApplicationDal repository)
     : base(repository)
 {
     this.repository = repository;
 }