public static string FillCmbTendency1()
 {
     manageBLL mb = new manageBLL();
     return JsonConvert.SerializeObject(mb.FillCmbTendency1());
 }