public IEnumerable <Component> Get()
 {
     return(componentRepository.GetAllComponents());
 }