public override void Update()
 {
     using (CacheDbContext ctx = new CacheDbContext())
     {
         ctx.Update(this);
     }
 }