getLaboratory(id: number) {
        return this.http.get(`/api/room/${id}`).map(res=>res.json())
    }