public virtual void Add(T newEntity)
 {
     _context.Add(newEntity);
 }