public virtual ActionResult GetOutgoingsSumByNumberOfDays(int?days)
 {
     return(Json(_outGoingService.SumOfOutgoingsByNumberOfDays(days.GetValueOrDefault(0), _idLoggedUser), JsonRequestBehavior.AllowGet));
 }