public virtual void Update(Reminder_Info obj)
 {
     DbSet.Update(obj);
 }
 public virtual void Add(Reminder_Info obj)
 {
     DbSet.Add(obj);
 }