public int AdminVerifyServiceBLL(string ServiceName, int ServiceId, string CenterCode)
 {
     return(ServDAO1.AdminVerifyServiceDAO(ServiceName, ServiceId, CenterCode));
 }