I m using ASP.NET MVC. And work with my view, where I have the View

example

It gives me the exception

The call is ambiguous between the following methods or properties: 'GMP.MvcWebSite.StringExtensions.TrimOrEmpty(string)' and 'System.StringHelper.TrimOrEmpty(string)'

So i just rebuild my view as

example2