public byte[] Serialize(Frame f)
 {
     return f.ToBson();
 }