public string PutEduUpdate(int id, int eduId, [FromBody] CDFEducation cdfeducation)
 {
     return(cr.PutCDFEducationUpdate(id, eduId, cdfeducation));
 }
 public string Post([FromBody] CDFEducation CDFEducation)
 {
     return(cr.PostCDFEducationAdd(CDFEducation));
 }