public decimal GetDealRateBySpecifyDate(DateTime specDate, int status)
 {//?fromDate=" + fromD + "&toDate=" + toD
     //_customerService.AppointCustomer(listId, userId);
     //call service
     //string userSpec = User.Identity.Name;
     return(_statisticalService.GetDealRateBySpecifyDate(specDate, _userId, status, User.GetRoles().Split(";")));
 }