public List <Label> GetAllLables()
 {
     return(repository.GetAllLables());
 }