public virtual ActionResult GetOutgoingsSumByNumberOfWeeks(int?weeks)
 {
     return(Json(_outGoingService.SumOfOutgoingsByNumberOfWeeks(weeks.GetValueOrDefault(0), _idLoggedUser), JsonRequestBehavior.AllowGet));
 }