private bool ServicesExists(int id)
 {
     return(cr.Exists(id));
 }