public SqlRoomRepository(RoomiesDbContext roomiesDbContext)
 {
     this.Db = roomiesDbContext;
 }