public string Album() { DataTable dt = cm.Album(); string jsonStr = JsonConvert.SerializeObject(dt); return(jsonStr); }