public async Task <IActionResult> GetAllActiveOnly()
 {
     return(Ok(await _manager.GetSalesAndExpenceAmountAsync()));
 }