function BaseController() {
	this.view = new View();
}