public MasterApiController()
 {
     m_buildingBO = new BuildingBO();
     m_accountBO = new AccountBO();
 }
 public MasterApiController()
 {
     m_buildingBO = new BuildingBO();
     m_accountBO  = new AccountBO();
 }