public async Task <IEnumerable <DashboardCounter> > Counter(Dictionary <string, dynamic> para)
 {
     return(await _post.Counter(para));
 }