// GET: Admin

        public TopicController()
        {
            _votingSystemService = new VotingSystem.Services.Service.VotingSystemService();
        }
 // GET: Manager
 public AdministratorController()
 {
     _votingSystemService = new VotingSystem.Services.Service.VotingSystemService();
 }