public ArchitectHandler() { this.architectRepository = new ArchitectRepository(); }
//this constructor is required for testing public ArchitectController(IArchitectRepository respository) { m_Repository = respository; }