public GenericRepository(LikeyConext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }
 public MovieRepository(LikeyConext context)
     : base(context)
 {
 }