protected void Add <T>(T entity) where T : BaseEntity <T>
 {
     _context.Add(entity);
 }