public async Task <bool> IsPortfolioNameExists(string Title, string initTitle) { try { return(await _portfolioManager.IsPortfolioNameExists(Title, initTitle)); } catch (Exception ex) { throw ex; } }