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