public bool DeleteType(ServiceTypeDAO service) { return(ef.DeleteType(ServiceTypeMapper.MapToServiceType(service))); }