public Despesa GetEntityById(int Id)
 {
     return(_iDespesa.GetEntityById(Id));
 }