public bool CreatePaper(int uId, int subId, int[] queIds)
 {
     return(_taskAppService.CreatePaperByAdmin(uId, subId, queIds));
 }