public int DelEvaluate(int id)
 {
     return(EvaluateBll.Del(id));
 }