GN_ImageLookup IEntityRepository <GN_ImageLookup> .Delete(GN_ImageLookup entity)
 {
     return(_gnImageLookupDal.Delete(entity));
 }
 GN_ImageLookup IEntityRepository <GN_ImageLookup> .Add(GN_ImageLookup entity)
 {
     return(_gnImageLookupDal.Add(entity));
 }