public List <ShortcutsVM> getAll()
 {
     return(shortCutService.GetAll());
 }