public virtual ActionResult GetOutgoingsSumByLastOperations(int?count)
 {
     return(Json(_outGoingService.SumOfOutgoingsByLastOperations(count.GetValueOrDefault(0), _idLoggedUser), JsonRequestBehavior.AllowGet));
 }