public IEnumerable <Characteristic> Get()
 {
     return(repository.GetAllCharacteristics());
 }