public StageController(IRepositoryFactory factory)
 {
     _bll = new StageBLL(factory);
 }