public function userMonthlySpending()
 {
     if (Auth::user()) {
         return \App\Transaction::userMonthlySpending();
     }
 }