public PropertyController()
 {
     repository = new PropertyRepository();
     commons = new CommonRepository();
     agentRepository = new AgentRepository();
 }
 public BusinessController()
 {
     repository = new BusinessRepository();
     commons = new CommonRepository();
     agentRepository = new AgentRepository();
 }