public List <CENTRO_CUSTO> GetAllReceitas(Int32?idAss)
 {
     return(_baseRepository.GetAllReceitas(idAss));
 }