public SQLiteContext() : base()
 {
     Records.Include(x => x.Camera);
     Cameras.Include(x => x.Records);
 }