public BaseRepository()
 {
     _context = DataBaseConfig.GetDbContext();
     _db      = _context.Db;
 }