public static int createComment(int userId, int taskId, string content, bool isRemind) { return(TasksDAL.createComment(userId, taskId, content, isRemind)); }