public static List <Recommendations_Result> getRecommendationsWithoutIntention(int tableID) { return(db.getRecommendations_WithoutIntention(tableID).ToList <Recommendations_Result>()); }