refreshData = async () => {
    await this.setState({
      loading: true
    });
    await this.getHouses();