public bool ChangeStage(int dealId, int stageId, int modifiedUser) { return(_dealRepository.ChangeStage(dealId, stageId, modifiedUser)); }