var a = description.Substring(0,150);
var a = description == null ? string.Empty : description.Substring(0,Math.Min(150,description.Length));