public int CreateService(DatabaseContext _db, Service service) { return(_OperationRepo.CreateService(_db, service)); }