public List <string> GetAllFunctions()
 {
     return(context.allFunctions());
 }