public AssetService(CGIAssetInventoryContext context)
 {
     db = context;
 }
 public AuthenticationService(CGIAssetInventoryContext context)
 {
     db = context;
 }