public async Task <IActionResult> GetAllAsync()
 {
     return(Ok(await financeiroService.GetAll()));
 }