public static string SearchByPostName(string postName, int firstRow) { manageBLL mb = new manageBLL(); return JsonConvert.SerializeObject(mb.SearchByPostName(postName, firstRow)); }