const routes: Routes = [
  { path: '', component: CertificationsComponent },
  { path: 'add', component: CertificationsAddComponent },
  { path: 'update/:id', component: CertificationsAddComponent },
  { path: 'view/:id', component: CertificationsViewComponent }