public HomeController()
		{
			_repository = new PollRepository();
		}
 public DonkyController()
 {
     _repository = new PollRepository();
 }