public GenericRepository(ccEntities context)
 {
     this.context = context;
     this.dbset   = context.CreateObjectSet <T>();
 }