public List getOwnFunction(int userID, String systemID) {
   // TODO Auto-generated method stub
   Function function = new Function();
   function.setUserid(userID);
   function.setSystemcode(systemID);
   return functionService.getOwnFunction(function);
 }